home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / mf / inputs / misc / wasy9.mf < prev    next >
Text File  |  1991-01-06  |  4KB  |  101 lines

  1. % This is WASY9.MF in text format
  2. % additional symbols for math, physics, astronomy and other fields
  3.  
  4. %input modes;
  5. %mode=nec_low;
  6.  
  7. if unknown cmbase: input cmbase fi
  8.  
  9. font_identifier:="WASY"; font_size 9pt#;
  10.  
  11. u#:=18.5/36pt#;      % unit width
  12. width_adj#:=0pt#;    % width adjustment for certain characters
  13. serif_fit#:=0pt#;    % extra sidebar near lowercase serifs
  14. cap_serif_fit#:=4.6/36pt#;  % extra sidebar near uppercase serifs
  15. letter_fit#:=0pt#;    % extra space added to all sidebars
  16.  
  17. body_height#:=243/36pt#;  % height of tallest characters
  18. asc_height#:=225/36pt#;    % height of lowercase ascenders
  19. cap_height#:=221.4/36pt#;  % height of caps
  20. fig_height#:=208.8/36pt#;  % height of numerals
  21. x_height#:=139.5/36pt#;    % height of lowercase without ascenders
  22. math_axis#:=81/36pt#;    % axis of symmetry for math symbols
  23. bar_height#:=78.3/36pt#;  % height of crossbar in lowercase e
  24. comma_depth#:=63/36pt#;    % depth of comma below baseline
  25. desc_depth#:=63/36pt#;    % depth of lowercase descenders
  26.  
  27. crisp#:=0pt#;      % diameter of serif corners
  28. tiny#:=8/36pt#;      % diameter of rounded corners
  29. fine#:=7/36pt#;      % diameter of sharply rounded corners
  30. thin_join#:=7/36pt#;    % width of extrafine details
  31. hair#:=9/36pt#;      % lowercase hairline breadth
  32. stem#:=24/36pt#;    % lowercase stem breadth
  33. curve#:=28/36pt#;    % lowercase curve breadth
  34. ess#:=25/36pt#;      % breadth in middle of lowercase s
  35. flare#:=30/36pt#;    % diameter of bulbs or breadth of terminals
  36. dot_size#:=35/36pt#;    % diameter of dots
  37. cap_hair#:=10/36pt#;    % uppercase hairline breadth
  38. cap_stem#:=29/36pt#;    % uppercase stem breadth
  39. cap_curve#:=33/36pt#;    % uppercase curve breadth
  40. cap_ess#:=31/36pt#;    % breadth in middle of uppercase s
  41. rule_thickness#:=.38pt#;  % thickness of lines in math symbols
  42.  
  43. dish#:=1/36pt#;      % amount erased at top or bottom of serifs
  44. bracket#:=18/36pt#;    % vertical distance from serif base to tangent
  45. jut#:=25/36pt#;      % protrusion of lowercase serifs
  46. cap_jut#:=33/36pt#;    % protrusion of uppercase serifs
  47. beak_jut#:=9.2/36pt#;    % horizontal protrusion of beak serifs
  48. beak#:=63/36pt#;    % vertical protrusion of beak serifs
  49. vair#:=8/36pt#;      % vertical diameter of hairlines
  50. notch_cut#:=9pt#;    % maximum breadth above or below notches
  51. bar#:=10/36pt#;      % lowercase bar thickness
  52. slab#:=10/36pt#;    % serif and arm thickness
  53. cap_bar#:=10/36pt#;    % uppercase bar thickness
  54. cap_band#:=10/36pt#;    % uppercase thickness above/below lobes
  55. cap_notch_cut#:=9pt#;    % max breadth above/below uppercase notches
  56. serif_drop#:=3.6/36pt#;    % vertical drop of sloped serifs
  57. stem_corr#:=1/36pt#;    % for small refinements of stem breadth
  58. vair_corr#:=1/36pt#;    % for small refinements of hairline height
  59. apex_corr#:=0pt#;    % extra width at diagonal junctions
  60.  
  61. o#:=7/36pt#;      % amount of overshoot for curves
  62. apex_o#:=7/36pt#;    % amount of overshoot for diagonal junctions
  63.  
  64. slant:=0;      % tilt ratio $(\Delta x/\Delta y)$
  65. fudge:=1;      % factor applied to weights of heavy characters
  66. math_spread:=0;      % extra openness of math symbols
  67. superness:=1/sqrt2;    % parameter for superellipses
  68. superpull:=1/6;      % extra openness inside bowls
  69. beak_darkness:=11/30;    % fraction of triangle inside beak serifs
  70. ligs:=2;      % level of ligatures to be included
  71.  
  72. square_dots:=false;    % should dots be square?
  73. hefty:=false;      % should we try hard not to be overweight?
  74. serifs:=true;      % should serifs and bulbs be attached?
  75. monospace:=false;    % should all characters have the same width?
  76. variant_g:=false;    % should an italic-style g be used?
  77. low_asterisk:=false;    % should the asterisk be centered at the axis?
  78. math_fitting:=false;    % should math-mode spacing be used?
  79.  
  80.  
  81. if ligs>1: font_coding_scheme:="TeX text";
  82. else: font_coding_scheme:=if ligs=0: "TeX typewriter text"
  83.   else: "TeX text without f-ligatures" fi;
  84.  fi
  85.  
  86. mode_setup; font_setup;
  87.  
  88. input rsym;      % symbols
  89. input lasychr;   % lasy font symbols
  90.  
  91.  
  92. font_slant slant; font_x_height x_height#;
  93. if monospace: font_normal_space 9u#; % no stretching or shrinking
  94.  font_quad 18u#;
  95.  font_extra_space 9u#;
  96. else: font_normal_space 6u#+2letter_fit#;
  97.  font_normal_stretch 3u#; font_normal_shrink 2u#;
  98.  font_quad 18u#+4letter_fit#;
  99.  font_extra_space 2u#; fi
  100. bye.
  101.